This bean can be used in many cases. Following example is one of them.
MAIN.C
void main(void)
{
TERM1_SendStr("HELLO WORLD!!!"); /* Display a message */
while(!TERM1_KeyPressed()); /* Wait for any char */
TERM1_CRLF; /* Move cursor to new line */
TERM1_SendStr("TERMINAL DEMO"); /* Display a message */
}
For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.